Tag: sql


Found 1096 results for 'sql'.


1) mysql - How do I import an SQL file using the command line in MySQL?
2) sql - How to concatenate text from multiple rows into a single text string in SQL Server
3) linux - How to create a database from psql user (not linux user)
4) php - How can I prevent SQL injection in PHP?
5) sql - How can I list the tables in a SQLite database file that was opened with ATTACH?
6) shell-script - How to delete the lines that starts with a specific word and end with a specific word
7) sql - What is the difference between "INNER JOIN" and "OUTER JOIN"?
8) mysql - Can I concatenate multiple MySQL rows into one field?
9) mysql - MYSQL Query results exported to .csv
10) mysql - How can I do 'insert if not exists' in MySQL?
11) sql - Save PL/pgSQL output from PostgreSQL to a CSV file
12) mysql - How to reset AUTO_INCREMENT in MySQL
13) sql - ActiveRecord: List columns in table from console
14) sql - How do I UPDATE from a SELECT in SQL Server?
15) mysql - How do I import an SQL file using the command line in MySQL?
16) mysql - Import SQL file into mysql
17) mysql - How do I restore a dump file from mysqldump?
18) bash - Having trouble printing out concatenated data after using awk statement
19) permissions - GRANT SELECT to all tables in postgresql
20) permissions - Postgresql: what does GRANT ALL PRIVILEGES ON DATABASE do?
21) php - SQL injection that gets around mysql_real_escape_string()
22) sql - UPDATE and REPLACE part of a string
23) mysql - MySQL CREATE command denied to user
24) mysql - mariadb in chroot gives Access denied for user 'root'@'localhost' even though password is set
25) mysql - mysqldump ignore table with wildcard
26) mysql - When to use single quotes, double quotes, and backticks in MySQL
27) sql - how to join on the values returned from Json_array_elements in postgresql?
28) sql - PostgreSQL: Unexpected array element
29) sql - PostgreSQL unnest() with element number
30) sql - Check statistics targets in PostgreSQL
31) mysql - MySQL #1093 - You can't specify target table 'giveaways' for update in FROM clause
32) design - Database design of a web-app which trains kids to read
33) database - Database Design Structure
34) database - Database design - maintaining versions of an object
35) azure - Azure blobs vs Heroku type storage
36) database - Is it ever okay to use lists in a relational database?
37) database-design - Designing Table To Store Hierarchy
38) design - Using a relational database vs JSON objects for event/activity data
39) c# - Sanity of design for my in-memory object representations of database rows
40) database-design - Object Storage where Object Type is variable
41) database - Database Schema design of server running status log
42) database - What is the best approach for database design with lots of columns?
43) algorithms - Is it better to use a switch statement or database to look through 5,000 to 10,000 instances?
44) database-design - Changing an int to be a string in PHP / MySQL Schema
45) database - Why don't relational databases support returning information in a nested format?
46) design-patterns - Saving user profiles in SQL database
47) c# - Entity Framework with no direct table access
48) object-oriented - Can I create a query which allows me to do this?
49) database-design - User, user Role and user Info, data base design problem
50) database - TEXT column as key for a table when there are other tables referencing that table?