Need correct mysql syntax for... Need correct mysql syntax for...
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Need correct mysql syntax for...

Started by disturbed1, October 28, 2007, 02:28:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

disturbed1

Can someone please show me what would be the correct syntax to get phpmyadmin to list 1 per line the name and email address of the Coppermine user database with a | as a delimiter?

Thanks

Sami

This is not a mysql support forum !
BTW here is your answer

SELECT CONCAT(user_name,'|',user_email) as UserEmail FROM `xxx_users`;

replace xxx with your table prefix
‍I don't answer to PM with support question
Please post your issue to related board