aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/english_help/topics/syntax.html
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2008-12-10 16:52:52 +0000
committerstuconnolly <stuart02@gmail.com>2008-12-10 16:52:52 +0000
commitfab9a6506cd04ec8f840c98772a80c44a79c74a7 (patch)
tree3cd483487bef381c934717f10df71d306c7eaf97 /Interfaces/English.lproj/english_help/topics/syntax.html
parent4c3b208fad0572d8d1a79bba1bd1b8147fd0f8a6 (diff)
downloadsequelpro-fab9a6506cd04ec8f840c98772a80c44a79c74a7.tar.gz
sequelpro-fab9a6506cd04ec8f840c98772a80c44a79c74a7.tar.bz2
sequelpro-fab9a6506cd04ec8f840c98772a80c44a79c74a7.zip
MERGED r262:266 from branches/stuart02 to trunk to include new project structure.
Diffstat (limited to 'Interfaces/English.lproj/english_help/topics/syntax.html')
-rwxr-xr-xInterfaces/English.lproj/english_help/topics/syntax.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/Interfaces/English.lproj/english_help/topics/syntax.html b/Interfaces/English.lproj/english_help/topics/syntax.html
new file mode 100755
index 00000000..39c4da72
--- /dev/null
+++ b/Interfaces/English.lproj/english_help/topics/syntax.html
@@ -0,0 +1,49 @@
+<html>
+<head>
+<title>Sequel Pro Help - Table Syntax Generation</title>
+<meta name="AppleTitle" content="Table Syntax Generation">
+<meta name="AppleFont" content="Lucida Grande">
+<meta ROBOTS="robots" CONTENT="anchors">
+</head>
+<body text="#000000" link="#0000FF" alink="#0000FF" vlink="#0000FF" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
+
+<font face="Lucida Grande,Geneva,Arial">
+
+<br>
+
+<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
+ <tr>
+ <td align="left" valign="top" width="70">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
+ </td>
+ <td align="left"><h1>Table Syntax Generation</h1>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <img src="bar.gif" width="100%" height="20">
+ </td>
+ </tr>
+</table>
+
+<br>
+<font size="-1">
+&nbsp;<a href="../index.html">Back to the main menu</a>
+<br>
+<br>
+
+&nbsp;If you would like to generate a SQL output of your table's syntax (column types, sizes, keys, table name, etc..) use
+the "Create Table Syntax" icon at the top of the application in the Sequel Pro Toolbar area. You can then use that text to
+create a copy of the table in another database or it may also serve as a backup of the table's schema. If the "Create Table Syntax" icon is
+not located in your toolbar then right-click
+in the toolbar area and select "Customize Toolbar..." from the menu. You should then see a window
+of icons which you can add to your Sequel Pro toolbar including the one mentioned above.
+<br>
+<br>
+
+</table>
+
+</font>
+
+</body>
+</html> \ No newline at end of file