Antony Judes

Results 11 comments of Antony Judes

want response like the below sql server query ```sql SELECT * FROM Customers ORDER BY Country; ``` CustomerID CustomerName Country 1 aa A 2 bb B 3 cc C ```sql...

i need mod operator kindly add this asap

Kindly add this feature, i need it for my project, that is fixed table header and scrollable table body.

need more documentation related to the update statement, the patch, and its operations, change operation's text syntax looks so complex.

yes, the same issue in #2865, and maybe the fix.

@mmdGhanbari , yes, you are correct, ```sql # this query works as you said SELECT * FROM student where marks.*.subject contains "english"; # but query with explain shows no index...

as you said, i changed my code,. This is works now with this code: data.qrCode != null && (data.qrCode?.isNotEmpty ?? false) ? Text('true') : Text('false'); ![image](https://github.com/ethanblake4/dart_eval/assets/13608248/b7305b85-ad88-4292-aac2-5fd44e652519) but if i changed...

yes, it is helpful, i also need it.

here i, only put a simple dynamic query, but in my requirement there are lot more to generate dynamically, like the below, [https://www.sqlshack.com/learn-sql-dynamic-sql/] ```sql CREATE PROCEDURE p_dynamic_sql (@employee_id INT, @customer_id...

i tried in windows 11, next button not worked, and when I use repeat -> this also not worked as you said. it is not move to next song, we...