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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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