News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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