[DiscordArchive] whats the easiest way to convert AC sql query t...
[DiscordArchive] whats the easiest way to convert AC sql query t...
Archived author: Hex • Posted: 2025-08-30T14:26:20.102000+00:00
Original source
and i have just a query
Archived author: Hex • Posted: 2025-08-30T14:26:31.999000+00:00
Original source
that i want to convert
Archived author: Hex • Posted: 2025-08-30T14:26:34.758000+00:00
Original source
see for example
Archived author: Hex • Posted: 2025-08-30T14:26:36.332000+00:00
Original source
sec
Archived author: Hex • Posted: 2025-08-30T14:27:02.043000+00:00
Original source
message.txt
Archived author: Hex • Posted: 2025-08-30T14:27:22.589000+00:00
Original source
how to convert that to work on TC
Archived author: Hex • Posted: 2025-08-30T14:27:37.427000+00:00
Original source
i didint fully understand what you try to tell me
Archived author: Hex • Posted: 2025-08-30T14:27:39.322000+00:00
Original source
sorry
Archived author: stoneharry • Posted: 2025-08-30T14:30:36.370000+00:00
Original source
You can create a table in your DB with that structure. It's only 5 columns.
Or you can use Notepad++ find and replace functionality. You can replace by a pattern or regular expression. Or just text. So if your target table has 1 additionaol column, you could rpelace ``type\``)` with ``type`, newColumn)` and `'0');` with `'0', '0');`
Archived author: stoneharry • Posted: 2025-08-30T14:31:56.545000+00:00
Original source
I can't get the formatting right with Discord but you get the idea