Member since
02-22-2017
1
Post
0
Kudos Received
0
Solutions
02-22-2017
06:15 AM
Now if table has records like
+-----------+-----+ | S | PK | +-----------+-----+ | abcd_bar |1| +-----------+-----+ | 1234_bar |1| +-----------+-----+ And i want to search only 1234_bar(starting with digits), then how should i write the queries in Phoenix. , If Table records are like
+-----------+-----+ | S | PK | +-----------+-----+ | 1234_bar |1| +-----------+-----+ | test_bar |2| +-----------+-----+ And now if i want to search only 1234_bar then how should i write Select query ?
... View more