-
I have a table with many column. one of this contain multiple argument, How can I select a field with …
- 432 views
- 2 answers
- 0 votes
-
table: $sql = "CREATE TABLE $playlist_table ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `options` text DEFAULT …
- 509 views
- 1 answers
- 0 votes
-
I would like to filter my table and select all the lines where the date is the latest date in …
- 413 views
- 3 answers
- 0 votes
-
Select * from setup_module; +——————————————+—————-+————–+ | module | schema_version | data_version | +——————————————+—————-+————–+ | Aheadworks_AdvancedSearch | 1.0.1 | 1.0.1 | …
- 408 views
- 1 answers
- 0 votes
-
I’m trying to use 2 same functions in 1 query which is this select *, ST_Distance_Sphere( point( 31.00000, 35.00000), point(latitude_0, …
- 396 views
- 1 answers
- 0 votes
-
I have been given a project where there are multiple categories stored in a row in a comma delimited list …
- 367 views
- 1 answers
- 0 votes