Free Software Server Environment : MySqlFunctions

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :
http://dev.mysql.com/doc/refman/4.1/en/ix01.html
http://dev.mysql.com/doc/refman/4.1/en/comparison-operators.html

MySQL Functions


concat
concatenate two columns
SELECT concat ( 'my' , 'sql' )


coalesce
return first non null column
SELECT coalesce ( col1 , col2 )


interval
Use "interval" to create a month range
<date> between '20070701' and '20070701' + interval 1 month - interval 1 day 


replace
replace all instances of old with new
SELECT REPLACE( col, old, new )


locate
locate string
SELECT locate( search, string, start )


substring
get substring
SELECT substring( col, start, length )



REFERRERS
MySqlDesignQuery

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.1865 seconds