Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3596542
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T20:00:05+00:00 2026-05-18T20:00:05+00:00

please supply me with the correct SQL in order to delete all records from

  • 0

please supply me with the correct SQL in order to delete all records from the table “SYSADM_DISCOUNT_PRICE” where “[SYSADM_DISCOUNT_PRICE].[PART_ID]” equals “[tblPartsWithBadDefaultPrice].[PART_ID]” and where SYSADM_DISCOUNT_PRICE.DISCOUNT_CODE equals “STANDARD”.

thank you very much and happy holidays!

DELETE SYSADM_DISCOUNT_PRICE.DISCOUNT_CODE, SYSADM_DISCOUNT_PRICE.PART_ID
FROM SYSADM_DISCOUNT_PRICE INNER JOIN tblPartsWithBadDefaultPrice ON SYSADM_DISCOUNT_PRICE.PART_ID = tblPartsWithBadDefaultPrice.PART_ID
WHERE (((SYSADM_DISCOUNT_PRICE.DISCOUNT_CODE)=”STANDARD”) AND ((SYSADM_DISCOUNT_PRICE.PART_ID)=[tblPartsWithBadDefaultPrice].[PART_ID]));

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T20:00:06+00:00Added an answer on May 18, 2026 at 8:00 pm

    Don’t know about “MS Access Design View”, but this is the SQL you need:

    DELETE FROM 
      SYSADM_DISCOUNT_PRICE
    WHERE 
      PART_ID IN (SELECT PART_ID FROM tblPartsWithBadDefaultPrice) AND
      DISCOUNT_CODE = "STANDARD"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

please supply me with the correct SQL in order to delete all records from
everyone. Please see example below. I'd like to supply a string to 'schedule_action' method
Please have a look at http://500px.com/photo/3977429?from=popular . Down in the right corner, theres a
first of all: my Maven knowledge is limited so please bear with me. ;-)
If so, can you please supply a sample test.
Can you please supply a full example of a jquery form submit button where:
Please see the code below. I am trying to draw a circle around a
Please try egrep ^[a-z]{3}$ /usr/share/dict/words egrep ^[[:lower:]]{3}$ /usr/share/dict/words The first one returns both uppercase
Please take a look at this image: I apologise for my useless paint ability
Please check the codes.. $(.editable).live(click,function(){ CurrentOBJhtml = $(this).text(); nextHtml = <input type='text' class='hoverable' value='+CurrentOBJhtml+'

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.