-- Assign the data in Table_Name to objX in For...Loop method.
For objX In (Select Field_Name From Table_Name) Loop
-- You can use the Field_Name in Table_Name with objX object now.
If objX.Field_Name = 'OK' Then
-- Some process that you want to do.
End If;
End Loop;
Programming Explorer : This is the place that I would like to share with you about my IT knowledge and experience. Some of the articles are copied from others in the internet. Some are originally come from my findings.
Subscribe to:
Post Comments (Atom)
-
I start using EVPAD since 2018 and recently that TV BOX device seems having a lot of problems, such as, video loading is lag, TV channel som...
-
Environment: Visual Studio Code v1.83.1 Symtomps: 1). When you try to debug your Flutter project, you see this error message at the Terminal...
-
Yahoo shows off password free logins and new encrypted email technology Original post is at here .
No comments:
Post a Comment