mySQL DatabaseDiscussion related to mySQL database, mySQL queries, mySQL Commands, mySQL tutorials...
The thread "splitting mysql result into seperate username with comma" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.
splitting mysql result into seperate username with comma
Hi guys,You see I'm trying to clean up my user database, by checking the last login time of my users. I got the results - all the usernames. My question is how can I display the results with comma between each username?SQL query:SELECT `username`FROM `u_users`
To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
The thread "splitting mysql result into seperate username with comma" has not received any replies for a month. It has been automatically closed as a result. You may start a new thread on the topic if the information in this thread is not sufficient.