MYSQL QUERY

  • prenesh
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 8 months ago #126613 by prenesh
MYSQL QUERY was created by prenesh
Hi Guys,

my client desperately wants events statistics. thye have asked me to create a powerbi dashboard for them. please help me with a query I can run to extract only the registration details for all events.

something like this that i can run in phpmyadmin

SELECT column1, column2, ...
FROM table_name;


thanks, appreciate any help;

Please Log in or Create an account to join the conversation.

More
4 years 8 months ago #126623 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic MYSQL QUERY
SELECT * FROM jos_eb_events;

jos_eb_events must be replaced with the actual database table name

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc