<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://sqlines.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://sqlines.com/feed.php">
        <title>SQLines Tools sybase-to-mysql</title>
        <description></description>
        <link>https://sqlines.com/</link>
        <image rdf:resource="https://sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-29T14:47:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sqlines.com/sybase-to-mysql/single_double_quotes?rev=1746625555&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sybase-to-mysql/substring?rev=1752391852&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://sqlines.com/lib/images/favicon.ico">
        <title>SQLines Tools</title>
        <link>https://sqlines.com/</link>
        <url>https://sqlines.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="https://sqlines.com/sybase-to-mysql/single_double_quotes?rev=1746625555&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-05-07T13:45:55+00:00</dc:date>
        <title>Single and Double Quotes - Sybase ASE to MySQL Migration</title>
        <link>https://sqlines.com/sybase-to-mysql/single_double_quotes?rev=1746625555&amp;do=diff</link>
        <description>In Sybase ASE and MySQL, by default you can simultaneously use both single '' and double &quot;&quot; quotes for string literals.

Sybase ASE:


  -- Use single and double quotes for strings
  SELECT &quot;abc&quot;, 'abc';


MySQL:


  -- Use single and double quotes for strings
  SELECT &quot;abc&quot;, 'abc';</description>
    </item>
    <item rdf:about="https://sqlines.com/sybase-to-mysql/substring?rev=1752391852&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-13T07:30:52+00:00</dc:date>
        <title>SUBSTRING Function - Sybase ASE to MySQL Migration</title>
        <link>https://sqlines.com/sybase-to-mysql/substring?rev=1752391852&amp;do=diff</link>
        <description>In Sybase ASE, the SUBSTRING function returns a substring from a string, starting at the specified position and for the specified length. SUBSTRING always takes three arguments. 

In MySQL, you can also use the SUBSTRING function.


Sybase ASE:


  -- Get first 3 characters
  SELECT SUBSTRING('New York', 1, 3);
  /* New */</description>
    </item>
</rdf:RDF>
