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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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