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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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