When I create test data in PowerDesigner 16.1, the software always includes a time right next to the date.
Is there any way to modify the test data generation to remove the time and only get the dates, following this format (mm/dd/yyyy)?
When I generate test data, I get something like this:
INSERT INTO test ('a', 'b', '2020-5-7 0:0:0')
Thank you all :)