Note that there are some explanatory texts on larger screens.

plurals
  1. POLearning resources to transerfer my MS SQL Server knowledge into MySQL
    primarykey
    data
    text
    <p>I'm an experienced MS SQL Server developer <br/> But with my first MySQL project I got problems with very simple issues <br/> So can anyone suggest good resources helping me transfer my MS SQL Server knowledge into MySQL<br/> I'm not looking for a complete reference guide for MySQL<br/> I'm looking for something targeted for experienced SQL developers <br/><br/> <strong>EDIT</strong>: here are sample of issues I faced (thanks <a href="https://stackoverflow.com/users/69307/neil-butterworth">Neil Butterworth</a>) <br/>1- Where to write my first "select * from", NOW I know that <br/> - I've to <a href="http://dev.mysql.com/downloads/mysql/5.1.html#downloads" rel="nofollow noreferrer">download MySQL</a> which is NOT coming with IDE<br/> - I can pick up <a href="http://www.webyog.com/en/download_form.php?url=http%3A%2F%2Fwww.webyog.com%2Fdownloads%2FSQLyog805.exe" rel="nofollow noreferrer">SQLyog</a> as MySQL IDE<br/><br/> 2- How to execute multiple sql statements in the same query(<a href="https://stackoverflow.com/questions/763442/what-is-the-equivalent-of-go-in-mysql">done</a>)<br/> 3- How to declare variables (<a href="https://stackoverflow.com/questions/763718/whats-wrong-with-this-mysql-statement-declare-id-int">done</a>)<br/> 4- How to write simple cursor (still trying)<br/> 5- How to add primary key to existing table by MySQL query not by IDE (still trying)<br/> 6- What is the different between <a href="http://www.wampserver.com/en/" rel="nofollow noreferrer">Wamp Server</a> and [MySQL + SQLyog] (still trying)<br/></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload