Hello All, I need to know syntax LIKE statement in SQLite Query
When I do This, SUCCESS
.
.
However When I do this, ERROR OCCURED say “Something went wrong querying”
I dont know which wrong with my block, I hope anybody can help
Thanks
Hello All, I need to know syntax LIKE statement in SQLite Query
When I do This, SUCCESS
.
.
However When I do this, ERROR OCCURED say “Something went wrong querying”
I dont know which wrong with my block, I hope anybody can help
Thanks
Try to put it in quotes
LIKE '%?'
Taifun
Thanks 4 ur reply
Runtime ERROR:
“Cannot bind argument at index 2 because the index is out of range.
The statement has 1 parameter”
.
.
One Parameter with Like statement
Maybe anybody know ERROR OCCURED “Something went wrong querying” means?
It looks like the component is not able to process LIKE statements?
What I can offer is to use my sqlite extension, which offers full flexibility…
Taifun
I’ve known your extensions couple months ago but in that time i thought why i use extension if the blocks are “the same”.
Now i know why i should use your extension.
Thank you @Taifun
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.