Posts by Rodrigo Moreira • 11 points
1 post
-
1
votes2
answers108
viewsA: Consultation with grouping
Good morning. You can make a process to return a list and put it in your sql. Follow the example below: CREATE OR ALTER procedure GET_LISTA ( SQL_LISTA varchar(1000)) returns ( LISTA varchar(4000))…