For the table dmi_queue_item, i want to convert SQL query to DQL. How i can do?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
What's your query? Since dmi_queue_item has only single attributes, you can pretty much take this SQL as is as long as you don't use database specific functions. Remove _s from the table name in the FROM clause.