← prev | next →
Raj Kumar 2021-02-06 09:07:56
MasterZiv 2021-02-06 08:45:26
MySQL doesn’t have any http interfaces, it uses other protocols.
Thanks Ilia . 👍
AliAnnajafi 2021-02-06 09:08:39
MasterZiv 2021-02-06 08:52:59
You should not do this at all.
Learn SQL, write queries, that is all you need
I know sql, but this a sppecial issue
MasterZiv 2021-02-06 09:16:17
AliAnnajafi 2021-02-06 09:08:39
I know sql, but this a sppecial issue
If you know SQL then just wrote SQL queries to get to the user the data he needs. Don’t create pagers they are useless.
AliAnnajafi 2021-02-06 09:26:54
MasterZiv 2021-02-06 09:16:17
If you know SQL then just wrote SQL queries to get to the user the data he needs. Don’t create pagers they are useless.
I need to retrieve all data in database, but as you know it’s not practicable to retrieve then at once.
So I have to retrieve them as bullks (pages)
MasterZiv 2021-02-06 09:30:28
AliAnnajafi 2021-02-06 09:26:54
I need to retrieve all data in database, but as you know it’s not practicable to retrieve then at once.
So I have to retrieve them as bullks (pages)
This is a wrong approach, at all, you should not retrieve all data, it is useless for the user and harmful for performance
piterden 2021-02-06 16:13:22
What is not clear?
piterden 2021-02-06 16:16:02
Define variables
piterden 2021-02-06 16:17:08
yes
piterden 2021-02-06 16:18:06
It depends on the stucture of OCCUPATION table
piterden 2021-02-06 16:19:48
OCCUPATION is the table
MasterZiv 2021-02-07 10:23:19
It is a little bit stupid query, not a good example, no need to explain it.
In particular, the subquery is not needed, neither is order by.
rodrigo_tc7 2021-02-07 12:24:54
It tries to use a numeric Function On a string alias field… Maybe mysql makes string to INT conversión, but can’t imagine why using min()
Also defines and never retrieves 4 variables.
rodrigo_tc7 2021-02-07 12:46:39
At least, name seems a string field
Dilip DBA 2021-02-08 18:40:36
Can someone please share document for performance tuning in mysql step by steps ..
piterden 2021-02-08 23:36:00
Dilip DBA 2021-02-08 18:40:36
Can someone please share document for performance tuning in mysql step by steps ..
https://dev.mysql.com/doc/refman/8.0/en/optimization.html
2021-02-09 08:03:45
Hi,
I want to find out the indexes having same names but on different tables in the same schema in MySQL. I am using MySQL 5.1
E.g – EmpID_IDX1 on Employee(EmpID)
EmpID_IDX1 on Department(EmpID)
I want table name, index name fields as output. How I could have this output?
MasterZiv 2021-02-09 09:44:59
2021-02-09 08:03:45
Hi,
I want to find out the indexes having same names but on different tables in the same schema in MySQL. I am using MySQL 5.1
E.g – EmpID_IDX1 on Employee(EmpID)
EmpID_IDX1 on Department(EmpID)
I want table name, index name fields as output. How I could have this output?
This is possible, Look at the tables in information_schema database. All meta information is there
2021-02-09 09:59:07
Thanks, did it another way
piterden 2021-02-11 06:48:20
Just ask your question
piterden 2021-02-11 06:49:15
Don’t do it
piterden 2021-02-11 06:50:39
If you don’t want to know it then it’s better just stop
piterden 2021-02-11 06:53:37
There are only two options: you do it and you don’t. It wouldn’t make even a bit of sense if it will be solved by someone else
piterden 2021-02-11 06:54:41
Yes you are right! Assignment exactly for filter people who can’t do it without help from outside
piterden 2021-02-11 06:57:24
Google has even more that you need
piterden 2021-02-11 06:59:54
To complete that task instead of you would been a terrible disservice from us to you
piterden 2021-02-11 07:00:15
Okay. What is unclear for you?
piterden 2021-02-11 07:02:12
Do you want me to read them till you rest before your deadline?
piterden 2021-02-11 07:03:22
I don’t know it you are right one more time. But I don’t see any problem caused by this fact!
piterden 2021-02-11 07:06:01
Make yourself to know it through reading docs and articles will be much more effective than asking chat. Especially when almost everyone there sleep.
piterden 2021-02-11 07:07:20
Almost the same efficiency as my tonight English lesson!
piterden 2021-02-11 07:10:25
Notice please that I don’t cry about my English is poor. If I would do that, it will definitely kept poor.
piterden 2021-02-11 07:11:17
Instead of it I just work on it. Yes it is not ideal and I have a lot of mistakes
piterden 2021-02-11 07:12:09
But it is improving every day
piterden 2021-02-11 07:12:58
Do the same and don’t scare of deadlines
piterden 2021-02-11 07:14:40
Please ask only exact questions with maximum detailed explanation to the chats
← prev | next →