hi all,
I have a MySql table whose key is timestamp.
I have to read for ">".
My code is:
tablekey have timestamp format.
But my result isn't correct and I have records with key<mykey
How have I to format "mykey" to read correctly?
Thanks
Marcom
I have a MySql table whose key is timestamp.
I have to read for ">".
My code is:
B4X:
mykey="2019-01-10 18:11:23"
qry="Select * FROM mytable where tablekey>mykey
But my result isn't correct and I have records with key<mykey
How have I to format "mykey" to read correctly?
Thanks
Marcom