<?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-asa:functions</title>
        <description></description>
        <link>https://sqlines.com/</link>
        <image rdf:resource="https://sqlines.com/lib/images/favicon.ico" />
       <dc:date>2026-04-22T16:23:49+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://sqlines.com/sybase-asa/functions/dateformat?rev=1333035464&amp;do=diff"/>
                <rdf:li rdf:resource="https://sqlines.com/sybase-asa/functions/string?rev=1680340397&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-asa/functions/dateformat?rev=1333035464&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-29T15:37:44+00:00</dc:date>
        <title>Sybase SQL Anywhere - DATEFORMAT Function - Convert Datetime to String</title>
        <link>https://sqlines.com/sybase-asa/functions/dateformat?rev=1333035464&amp;do=diff</link>
        <description>DATEFORMAT function converts a datetime expression to string using the specified format.

Quick Example:


   SELECT DATEFORMAT('2010-09-17', 'Mmm DD, YYYY');
   -- Result: Sep 17, 2010


Overview


Sybase SQL Anywhere DATEFORMAT function:

 Syntax  DATEFORMAT(datetime_expression, format_string)  Return Value  VARCHAR 

Last Update: Sybase SQL Anywhere 12</description>
    </item>
    <item rdf:about="https://sqlines.com/sybase-asa/functions/string?rev=1680340397&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-04-01T09:13:17+00:00</dc:date>
        <title>Sybase SQL Anywhere - STRING Function - Concatenate Strings</title>
        <link>https://sqlines.com/sybase-asa/functions/string?rev=1680340397&amp;do=diff</link>
        <description>STRING function concatenates one or more strings into a single string. 

Quick Example:


   -- Concatenate strings AB and CD
   SELECT STRING('AB', 'CD');
   -- Result: ABCD


STRING Function Overview


Summary information:

 Syntax  STRING(string_expression, ...)  Return Type  LONG VARCHAR  NULL Values  NULL value in a parameter is treated as '' (empty string)  But STRING returns NULL if all parameters are NULL  Parameter Conversion  Number and datetime parameters are implicitly converted to s…</description>
    </item>
</rdf:RDF>
