michael_fleischer3
Explorer
Member since ‎2015 Mar 09

User Statistics

  • 9 Posts
  • 0 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

Hello everyone, it seems not possible to reference 2 columns of a table to another table. Here is an example: table Users - UserId [PK] - UserName table Orders - OrderId - CreatedBy [FK] -> Users.UserId - UpdatedBy [FK] -> Users.UserId AL...
I try to use the Entity Framework to create a query that is case-insensitive. The query should look like : SELECT TOP 10 * FROM "SBODEMODE"."ORDR" WHERE LOWER("CardName") LIKE '%gmbh%' So my first try was: var querySimple = ( ...
Kudos from
Kudos given to