The following script gets create table script of vtiger_account table in vtigerCRM.
SHOW CREATE TABLE vtiger_account;
Wednesday, January 13, 2010
Generate script for MySQL table
at 9:53 PM
Labels: MySQL, MySQL Query, vtigerCRM
Subscribe to:
Post Comments (Atom)
You need to finish your query with '\G' instead of ';', try:
ReplyDeleteSHOW CREATE TABLE vtiger_account\G