SqlDbx Forum

SqlDbx

You are not logged in.

#1 2009-09-01 11:58:07

rony
Member

Suggest in the "Join"

Suggest on the "Join"

ie:
Table Factura
    FacturaId,                     Int(4)
    FacturaDate,                 DateTime

Table FacturaDetalle
    FacturaDetalleId             Int(4)
    FacturaId,                     Int(4)
    FacturaDetalleQuantity,   Int(4)

Select *
From Factura T1 Inner
    Join FacturaDetalle T2 on  ----------------------------------
                                        -- T1.FacturaId = T2.FacturaId   --
                                        -- T1                                      --
                                        -- T2                                      --
                                        ----------------------------------

Offline

#2 2009-09-01 15:19:31

sqldbxhelp
Administrator

Re: Suggest in the "Join"

This feature will be added in a next release or one after

Offline

Board footer

Powered by FluxBB