-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 45 views
- 0 answers
- 0 votes
-
I have a database with 2 columns. character_id and killmail_id The object is to get a list of all killmail_ids …
- 43 views
- 1 answers
- 0 votes
-
I have this code $db = \Config\Database::connect(); $query = $db->query("select * from g WHERE g_status = ‘0’ ORDER BY g_date …
- 54 views
- 2 answers
- 0 votes
-
This question already has answers here: How can I SELECT rows with MAX(Column value), DISTINCT by another column in SQL? …
- 50 views
- 1 answers
- 0 votes
-
I have a table with many column. one of this contain multiple argument, How can I select a field with …
- 52 views
- 2 answers
- 0 votes
-
I have table with users actions. One of them occurs every time when user opens certain page. Table structure: id, …
- 52 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 …
- 54 views
- 1 answers
- 0 votes
-
so I have a database like this: id role name 1 admin A 2 admin B 3 admin C 4 …
- 48 views
- 2 answers
- 0 votes
-
Using the Demo Database, write a SQL* statement to select all the employees that have registered (sales) more than 10 …
- 51 views
- 0 answers
- 0 votes
-
I creating multipal select query that selects data from multiple tables. I have completed all the query but now I …
- 53 views
- 1 answers
- 0 votes