Computer Science, asked by adiaditya1741, 10 months ago

How to get server_id in MySQL?

Answers

Answered by juniorbadshah
0

you can do it with

select @@server_id

as @@ points to the global- defined variables.

hope it helped you.

.

.

.

please mark it as brainliest if you are satisfied

Similar questions