2011/5/19 Crack <[email protected]>: > Thanks for your answers so far :) > > The next one, maybe not something that I need (I can do with ), but > why concatenation using || works only for two arguments? I can run > SELECT 'a' || 'b' > but can't > SELECT 'a' || 'b' || 'c' > I must do > SELECT ('a' || 'b') || 'c' > for it to work at all (I am using stable release from Natty). >
Is coalesce() SQL function safe to use? According to documentation it shouldn't exist. -- Kind regards, Piotr Przybylski _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

