Read above i have updated my post
After running the above query your table willbbe created where
Id is an integer number
Info is a text
Date is a date data type
And check is also a text datatype
edit
After table creation u can put data into tables columns by insert queries
Seee manual of sql queries by searching on Google u can aslo use SoloLearn app for basics of sql
Exactly m talking about this block
See here… here is the complete documentation with aia of this component
Originally it was an extension but later on it was added in kodular as a component
See here SQLite extension (SPONSORED!)
U can use
Select From table_name where ‘info’ = place your text here ;
If you get value then its mean that data is already present if not get value then u can add new data
The data are stored in tables. Tables are made up of rows and columns. Each column must have a name and type. Name should represent the contents of that column (name, age, telephone number, date of birth) and the type of column is to standardize the information that the column will store (string, number, date …) The line represents a unit of the recorded information in the table. So when you write Name = Rogerio Rios, Data = 08/08/80 and Telephone = 897567899 you will add 1 line in the table. As in Excel … To search for information, we use the Select Command. You select the fields (columns) you want (vertical filtering - columns) and filter by name or date of birth (horizontal filtering - lines) …
I think it does not work
Wait for @Rogerio_Rios reply because u r getting all the data where this condition is true and may be there is syntax error too
As for text cells we use this formate 'value ’
It would be great if you study some basic queries of sql