<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>SQL cheat sheet by Francesco</title>
      <link>https://padlet.com/fbolzoni/mc6i0t448pry</link>
      <description>Made with the help of a typing monkey</description>
      <language>en-us</language>
      <pubDate>2017-11-28 08:24:16 UTC</pubDate>
      <lastBuildDate>2017-11-28 08:30:32 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>MySQL CommandLine</title>
         <author>fbolzoni</author>
         <link>https://padlet.com/fbolzoni/mc6i0t448pry/wish/210774975</link>
         <description><![CDATA[<div><br>Running MySQL 	mysql -uusername -ppassword 	mysql -ucusack2RO -pegbdf5s<br>Importing 	mysql -uusername -ppassword &lt; filename 	mysql -usomeDB -pblah &lt; myNewDB.sql<br>Dumping(Saving) 	mysqldump -uusername -ppassword database [tables] &gt; filename 	mysqldump -ume -pblah myDB &gt; My.sqlmysqldump -ume -pblah myDB table1&nbsp;  table2 &gt; my.sql<br><br><br><br><br><br><br><br><br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 08:25:48 UTC</pubDate>
         <guid>https://padlet.com/fbolzoni/mc6i0t448pry/wish/210774975</guid>
      </item>
      <item>
         <title>Common MySQL Column TypesIntegers</title>
         <author>fbolzoni</author>
         <link>https://padlet.com/fbolzoni/mc6i0t448pry/wish/210775788</link>
         <description><![CDATA[<div><br>&nbsp;	int(M) 	int(5)<br><br>Floating-point (real) numbers 	<br>float(M,D) 	float(12,3)<br>Double-precision floating-point 	<br>double(M,D) 	double(20,3)<br>Dates and times 	<br>timestamp(M) 	<br>timestamp(8) (for YYYYMMDD)<br>timestamp(12) (for YYYYMMDDHHMMSS)<br><br>Fixed-length strings 	<br>char(M) 	char(10)<br>Variable-length strings 	varchar(M) 	varchar(20)<br>A large amount of text 	blob 	blob<br>Values chosen from a list 	enum('value1',value2',...) 	enum('apples','oranges','bananas')<br>NOTE:M is maximum to display, and D is precision to the right of the decimal.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 08:28:54 UTC</pubDate>
         <guid>https://padlet.com/fbolzoni/mc6i0t448pry/wish/210775788</guid>
      </item>
   </channel>
</rss>
