All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.oe.rules.rssw-oe.compiler.warning.14786.html Maven / Gradle / Ivy

The newest version!

All table and field names must appear as they are in the schema.

Noncompliant Code Example

 /* On sports2000 database */
 FIND FIRST custome.
 DISP cust.custnu.

Compliant Solution

 FIND FIRST customer.
 DISP customer.custnum.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy