Home
My Faqts
Contributors
About
Help
News: Faqts.com
search
is now functional again. Thank you for your patience.
faqts
:
Computers
:
Databases
:
MySQL
: Language and Syntax
+ Search
Enter your search terms
Submit search form
Web
faqts.com
Folders
Field Types
(33)
General
(4)
Performance
(6)
Queries
(66)
Table Rules
(6)
Table Types
(5)
Users
(1)
Share Your Knowledge
Ask a Question
Questions
Recently Asked Questions
Database:MySQL:Key:Foreign:Error: 1005:(HY000): Can't create table .\database\table.frm (errno: 150)
Database: Relational: MySql: Auto_Increment: Link: Overview: Can you give an overview of links?
Database: Relational: MySql: How does auto_increment work in MySql? [InnoDB / primary key]
Database: Relational: Key: Primary: Unique: How to create a unique primary key? [auto_increment]
Database:Relational: Key: Primary: How to get last unique primary key? [insert id / auto_increment]
Random Questions
How can I get a listing of all the MySQL reserved words?
How can I change a field name?
Is "FOREIGN KEY REFERENCES" implemented in the new versions of MySQL?
How can I see if there are rows before and/or after the current row number given in LIMIT?
What is the effect of the salt in ENCRYPT()?
Is it possible to have a database sequence, like Oracle, in MySQL ? If so, can anyone tell me the procedure to set a sequence and use it ?
How can I use "group by" and "order by" togehter?
How do I get only get the names of the columns of a table?
How to search a kewyword in (row1) song_artist, and (row2) song_title?
what is an index?
Do you need a PRIMARY KEY or other way to specify a unique value in a MySQL row?
Do you need a PRIMARY KEY or other way to specify a unique value in a MySQL row?
I'd like to set up a foreign key between two tables. Write a string I have to use for me please.
If I update a table can I get MySQL to send me a confirmation that the table was changed?
Selecting data from 2 tables (I'm a newbie)
I need to copy/clone rows in my tables. Does Mysql have a built-in function to do this?
Unanswered Questions
what is the difference between varchar&varchar2
How do I implement CONNECT BY .. PRIOR clause of Oracle in MySQL?
Why mysql add null records to fields I set it to be NOT Null? Is it a Bug? I use PHPmyAdminSql
Delete from tablename where col_name =@Id didnot work in mysql iam using {mysqlprov} provider
I need to copy/clone rows in my tables. Does Mysql have a built-in function to do this?
I need to copy/clone rows in my tables. Does Mysql have a built-in function to do this?
How can I copy/clone rows within the same table?
I am trying to create a table from within myVB program. What is the correct connection string?
I have a mysql field containing HTML code - How do I view the HTML via a php page? i.e not as code?
I have a mysql field containing HTML code - How do I view the HTML via a php page? i.e not as code?
Can I get a field to automatically run a procedure or function, in order to hold a running total?
What does the symbol @ mean? What is it called in English?
determine primary key