Search found 3 matches

Go to advanced search

by Andrew5567095
Wed Mar 20, 2013 6:17 am
Forum: Issues
Topic: how to write a wildcard search in where clause
Replies: 5
Views: 1034
 
Jump to post

how to write a wildcard search in where clause

A follow up question on writing where clauses with multiple queries I am writing a multiple where clause where one input is a local storage variable (VariableA) and the other is an input field (InputA.Text), can you please help with providing the proper syntax {"Name": {"$regex":...
by Andrew5567095
Fri Mar 01, 2013 11:43 pm
Forum: Issues
Topic: Tiggzi database: How can i reference one collection from another
Replies: 4
Views: 735
 
Jump to post

Tiggzi database: How can i reference one collection from another

{ "id":{ "collName":"Streets", " id":"2" } }, { "id":{ "collName":"Streets", " id":"1" } }, When trying to query the following pointer records for all records where "_id" = "2", ho...
by Andrew5567095
Wed Feb 20, 2013 5:47 am
Forum: Issues
Topic: how to write a wildcard search in where clause
Replies: 5
Views: 1034
 
Jump to post

how to write a wildcard search in where clause

How doing a db query how do you write a wildcard search i.e return all Cities beginning with 'SA' or all cities that contain 'ck'?

Go to advanced search