PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → HFSQL control center
HFSQL control center
Iniciado por Buherka, 22,jun. 2022 20:22 - 4 respuestas
Publicado el 22,junio 2022 - 20:22
Hi

I want to use an SQL function.
But it doesn't work.
Do you know HFSQL?
Help is included, but little info.
Publicado el 23,junio 2022 - 08:48
The point is missing.
I want to use CREATE VIEW.
Miembro registrado
1 mensaje
Publicado el 30,junio 2022 - 07:07
Buherka escribió:
Hi
https://www.imessageapp.app/
I want to use an SQL function.
But it doesn't work.
Do you know HFSQL?
Help is included, but little info.

I will endeavor to figure it out for extra.
Miembro registrado
6 mensajes
Publicado el 13,julio 2022 - 12:12
I didn't check whether this problem has been existing in v21, in HFSQL v22 this problem definitely is there. Received a mail that said that the problem was fixed - it is not. Same goes for importing a HF Classic file via HFSQL CC. Only .fic as the file extension is recognized, however, even if one changes the extension from .DAT (my standard extension) to .fic it will not import anything.

- For import, it is easy to do it by programming.
- for restructuring, use WDMODFIC
For more you can check here:
https://www.wxforum.info/read.php…
https://www.shouldiremoveit.com/hfsql-manager-205387-program.aspx / https://voojio.com/chatroom/omegle
https://shagle.download
Mensaje modificado, 13,julio 2022 - 12:13
Miembro registrado
6 mensajes
Publicado el 23,septiembre 2022 - 15:47
I believe your problem is that you are attempting to utilize the result of an aggregate function as a function argument. This issue might be solved using a SQL subquery. https://www.scaler.com/topics/sql/subqueries-in-sql/
I should state that I have no prior knowledge of HFSQL. This solution is based on fundamental SQL syntax, which is shared by more popular databases such as MySQL, PostgreSQL, and SQL Server.